home *** CD-ROM | disk | FTP | other *** search
/ Game Infinity - ECTS (UK) (Press Kit) / Game Infinity - ECTS (UK) (Press Kit).bin / data / adam.dxr / 00059.ls < prev    next >
Encoding:
Text File  |  2000-08-11  |  166 b   |  17 lines

  1. global cc, aaa
  2.  
  3. on mouseDown
  4.   if buttonclicked() then
  5.     gogo()
  6.   end if
  7. end
  8.  
  9. on mouseEnter
  10.   aaa = 15
  11.   roll()
  12. end
  13.  
  14. on mouseLeave
  15.   sprite(aaa).memberNum = cc
  16. end
  17.